home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form hlp
- BackColor = &H00FFFFFF&
- BorderStyle = 5 'Sizable ToolWindow
- Caption = "SoftSaver Help"
- ClientHeight = 6420
- ClientLeft = 60
- ClientTop = 300
- ClientWidth = 7830
- Icon = "hlp.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- Picture = "hlp.frx":08CA
- ScaleHeight = 6420
- ScaleWidth = 7830
- ShowInTaskbar = 0 'False
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton Command1
- Caption = "Help"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 13.5
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 465
- Index = 1
- Left = 4140
- TabIndex = 1
- Top = 5700
- Width = 1485
- End
- Begin VB.CommandButton Command1
- Caption = "Cool"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 13.5
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 465
- Index = 0
- Left = 6210
- TabIndex = 0
- Top = 5700
- Width = 1485
- End
- Attribute VB_Name = "hlp"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- ' Hi Folks this application is written by
- ' Nagalla Anil Choudary
- ' Software Engineer
- ' s/o N.Ram Babu
- ' D.K.Pallem Bapatla-522 101
- ' A.P , India
- ' u can use this application as a photo album also
- ' You can reproduce , customize this code in any manner
- ' If u satisfy or modify please leave your suggestions
- ' Happy programming
- Private Sub Command1_Click(Index As Integer)
- If Index = 1 Then
- MsgBox ("No further Help please..")
- Unload Me
- End If
- End Sub
- Private Sub Form_Load()
- End Sub
-